home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr33 / doat.zip / READ.ME < prev   
Internet Message Format  |  1993-05-01  |  2KB

  1. From uwmacc!uwmcsd1!bbn!rochester!udel!gatech!hubcap!ncrcae!ncr-sd!hp-sdd!hplabs!hp-pcd!hpcvlo!bill Thu Oct  1 19:53:39 CDT 1987
  2. Article 8327 of comp.sys.ibm.pc:
  3. Path: uwmacc!uwmcsd1!bbn!rochester!udel!gatech!hubcap!ncrcae!ncr-sd!hp-sdd!hplabs!hp-pcd!hpcvlo!bill
  4. >From: bill@hpcvlo.HP.COM (Bill Frolik)
  5. Newsgroups: comp.sys.ibm.pc
  6. Subject: AT command scheduler for MS-DOS
  7. Message-ID: <1610038@hpcvlo.HP.COM>
  8. Date: 29 Sep 87 17:59:27 GMT
  9. Organization: Hewlett-Packard Co., Corvallis, OR, USA
  10. Lines: 117
  11.  
  12. I see that someone out there is writing an AT utility.  Here's something
  13. similar I wrote a while back that some of you might find useful.  It's
  14. vaguely similar to the Unix AT scheduler, and is used to schedule programs,
  15. batch files, or DOS commands at some absolute or relative time/date. 
  16. You can schedule up to 20 different events; commands are fired off only when
  17. your system is waiting for a new command at a command shell prompt.
  18.  
  19. This program is a TSR; it will go away when you power off or reboot your
  20. computer, thereby losing any pending command schedule (it's kept in the
  21. resident RAM).  When initially installed, AT tries to learn when it's
  22. appropriate to issue commands -- it will probably get confused if you install
  23. a command editor (like CED or DOSEDIT) on top of COMMAND.COM.
  24.  
  25. The program has been used without any problem on a PC-AT and an HP Vectra.
  26. I haven't really tried it on anything else, but it's pretty generic code
  27. so there shouldn't be any trouble.  Type "AT" with no parameters for more
  28. help.
  29.  
  30. Bill Frolik
  31. hp-pcd!bill
  32. Hewlett-Packard Portable Computer Division
  33. Corvallis, Oregon
  34.